Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

get the previous column of a table in mysql

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