+ 1

Insread of select * why can't we use show command, it will show whole table?

18th Apr 2017, 5:28 AM
k. GauravGupta
k. GauravGupta - avatar
2 odpowiedzi
+ 2
ohk that mean show command only give name while* gives whole content thanks!
18th Apr 2017, 5:39 AM
k. GauravGupta
k. GauravGupta - avatar
0
Do you mean "show tables..."? If so, this will only print the names of the tables that (eventually) match a name pattern, whereas "select * from..." will show the actual content (i.e. the records therein) of a table.
18th Apr 2017, 5:38 AM
Álvaro