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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -