Hi,
> 1) What is the equivalent ORACLE DESC command ?
You can use the Objects Browser to learn about the structure of a table.
Just navigate to a table and you will get some information (e.g.
columns, create script, content) about it.
> 2) I've see that in ORACLE SQLDEVELOPER, after you digit SELECT FROM
> MYTABLE a list of all fields of the table appear so you can easy
> select or digit the correct name.
> The same list appear also after WHERE ...
> Is possible to do the same in Squirrel 3.3 (or 3.4) ? If yes how ?
Yes, it is possible. You can use the plugin "codecompletion". I think,
it is already in the base version of SQuirreL. You can activate it by
hitting CTRL+SPACE. This plugin allows you to complete keywords as well
as table or column names.
Stefan
On 2012-08-25 15:41, Massimo Re wrote:
> Hi all
> I'm using Squirrel 3,3 on AS400 ISeries ... it work fine.
> I've some questions ...
> 1) What is the equivalent ORACLE DESC command ?
> 2) I've see that in ORACLE SQLDEVELOPER, after you digit SELECT FROM
> MYTABLE a list of all fields of the table appear so you can easy
> select or digit the correct name.
> The same list appear also after WHERE ...
> Is possible to do the same in Squirrel 3.3 (or 3.4) ? If yes how ?
> Thank for your help !
> Max
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>
>
> _______________________________________________
> Squirrel-sql-users mailing list
> Squ...@li...
> https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users
|