Hi everyone,
I have another problem: I have to see the data from a table existent.
From what I understand I have to create a script and inside the declaration I have to insert the name of the existing table, then in the section of the program I have to add the query: I thought of putting a query string in the declaration that stores the query I have to create.
The query I thought of creating is the following:
Are there any other things I need to add besides the select?
Doing the conditions for domains?
Thanks and regards,
-RavCoder-
I have another problem: I have to see the data from a table existent.
From what I understand I have to create a script and inside the declaration I have to insert the name of the existing table, then in the section of the program I have to add the query: I thought of putting a query string in the declaration that stores the query I have to create.
The query I thought of creating is the following:
Code:
-----program section----
before.program:
query = SELECT ttdsls400.*
from tdsls400
Doing the conditions for domains?
Thanks and regards,
-RavCoder-