0
Can we use show customers;. Select column_list from customers;. In the place of select * from customers.
is all these 3 queries having same meaning
1 Réponse
+ 1
the first one is not working. To me only the two last will work. And they can do the same if the column_list containt all the column. In other case they will show different results.