What is the difference between the two statements
select * from table_name where column_name(number or numeric) = '1';
select * from table_name where column_name(number or numeric) = 1;
Both return the same result so why is that only when using string we have to use apostrophe
Example ...
Hi Guest we just wanted to alert you to a major change in the forum. We will no longer be allowing the posting of outgoing links. Please use the attachment feature to attach media to your posts.