Things that add
| User, date | Message |
|---|---|
|
Written by eduardo_vbmysql
8 months ago Category: General 2 posts since Thu, 04 Oct 12 |
It would be very interesting that when display fields to form a query, you could also show the column with the description of this. |
|
Written by ansgar
8 months ago 3952 posts since Fri, 07 Apr 06 |
Be more exact please. What is "when display fields to form a query"? And what is "the column with the description of this"? Do you mean the column comment from the table structure? |
|
Written by eduardo_vbmysql
8 months ago 2 posts since Thu, 04 Oct 12 |
Ex: select do_04.*, do_041.* from do_04 inner join do_041 on do_04.C1=do_041.C1 where do_04.C1=176; when generating the query, fields are displayed: in this case "do_04." The program displays a window where they leave the fields belonging to this table. But you could also add a description of the fields shown for clarity in the formation of the query. |
|
Written by ansgar
8 months ago 3952 posts since Fri, 07 Apr 06 |
> The program displays a window where they leave the fields belonging to this table Man, I don't get what you're trying to tell me here. > But you could also add a description of the fields > shown for clarity in the formation of the query. Where do you find these "description of the fields"? And please be exact now... |
|
Please login to leave a reply, or register at first. |