Here is weird question: do i make SELECT query that will always return nothing from some database?Preferably fast,but not necessary.
For example,i have some random table Events,and i can do that simple way,by looking for record that will probably never exist:
"SELECT * FROM Events WHERE EventName = 'ajsiLfjh28v0djkf9409fda'
But that is very ugly solution.Is there a better way to do it?I can't find anything,mostly because i am unsure what to look for.