Things that add

[expired user #6613]'s profile image [expired user #6613] posted 12 years ago in General Permalink
It would be very interesting that when display fields to form a query, you could also show the column with the description of this.
ansgar's profile image ansgar posted 12 years ago Permalink
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?
[expired user #6613]'s profile image [expired user #6613] posted 12 years ago Permalink
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.
ansgar's profile image ansgar posted 12 years ago Permalink
> 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.