Select Something + An arbitrary Number in Mysql -
I have a situation where I have to do something
2, select id Users from I think that will work with Oracle at least but it does not work in MySQL. any idea?
I think you have to give a name for your arbitrary value:
arbitrary_value as SELECT 2, from id users;
Comments
Post a Comment