When i write:
if not exists (select * from sys_maxkey)
is better,or
if not exists (select id from sys_maxkey)
is better when the table sys_maxkey variable.
or it has no difference?I have found internet and analyse exists
and in
but not pay attention to this special point.
Thank you!