Recent content by Anderson Oliveir

  1. A

    [SQL Script] - Ordination in the view of the alias

    Perfect my friend!!! Thanks fully Att Anderson Oliveira
  2. A

    [SQL Script] - Ordination in the view of the alias

    Thanks for listening! Follow my problem: When I write, "select and". From the Employer ", my list in the SQL window shows me: 1----------------- description_address id_employer name number address social security But the correct one that should show me: 2----------------- id_employer name...
  3. A

    [SQL Script] - Ordination in the view of the alias

    Good morning everyone!!! I downloaded the new version 12.0.7.1837 for an evaluation, but I noticed an problem with me that was not happening in the previous version release ... When using "SQL Script" after creating an alias for a table, for example: select p. from people p After entering "p."...
  4. A

    How can I run the "conn" command in SQL Window?

    Hey Marco! Thank you very much for your attention!!! I figured there was this limitation and I wanted to make sure !!! Can you tell me if I have to do the same query in two different databases (example Production and Tests) to then generate a script with the different data ??? Sincerely
  5. A

    How can I run the "conn" command in SQL Window?

    How can I run the "conn" command in SQL Window? In the Command Window I get through the command: "CONN USER / PASS @ DATABASE". The reason to know this is due to having several queries in sequence, with different databases... Att Anderson
Back
Top