I need to get a specific value from a column.
Example:
Table: users
Column: total_logins
How to get 'total_logins' value? And how to check if 'total_logins? is higher than X?
Example: if($total_logins > ..)
Thank you.
I've tried some queries but nothing has worked.
source https://stackoverflow.com/questions/77260983/get-the-current-value-of-a-column-in-mysql
No comments:
Post a Comment