Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

get the next column of a table in mysql

select * from foo where id = (select min(id) from foo where id > 4)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #column #table #mysql
ADD COMMENT
Topic
Name
8+4 =