Chewlm86

- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Chewlm86 commented, -
Chewlm86 created a post, AnsweredROW_COUNT() not returning expected result in MariaDB
Hi, when I try running the following insert query in the datagrip console, I am getting 0 for ROW_COUNT(). START TRANSACTION; INSERT INTO user_account ( user_role_id ) VALUES ( '2' );SELECT ROW_COU...