Hi to all,
Has anyone noticed that when you used the MySQL Query Browser and then try to click any of the existing schemas in you database, and then double click a certain table in that chosen schem. what happens is that you are issuing a select query of all the data in that particular table right?
Ex: I double clicked my users table, then a certain text appears at the Resultset Tab:
SELECT * FROM tblusers t;
Notice the letter 't' in there? I have been wondering what is the purpose or significance of that letter, every time you double click a table and when that select query text appears, a letter (any letter) appends to the select query text?
Any ideas on what is that?
I noticed that the appended letter is the first letter of the table that I have double clicked.
thanks and god bless!