Assume you have a set as follows:
+-------+-------+
| PK | value |
+-------+-------+
| "pk1" | 24 |
+-------+-------+
1 row in set (0.105 secs)
How to get the metadata for this?
Assume you have a set as follows:
+-------+-------+
| PK | value |
+-------+-------+
| "pk1" | 24 |
+-------+-------+
1 row in set (0.105 secs)
How to get the metadata for this?
Copyright © 2021 Jogjafile Inc.
To get the metadata, all you need to do is run this command before running the query:
Now, when you query the set
you can see additional metadata of the set, as follows:
NOTE:
false