Re: create custom autonumber in mysql using php possibly?
Posted: Sun Feb 20, 2011 2:53 am
This last line is not a typo. It matches the parenthesis from line two and gives the sub-query a required alias.
This comma should not be here without additional fields.
Is IDNumber the only field in your table? Please, explain the theory of your system.
Code: Select all
) `s`Code: Select all
),
FROM