new_query.hlp

来自「关系型数据库 Postgresql 6.5.2」· HLP 代码 · 共 23 行

HLP
23
字号
.pgaw:Help.f.t insert end \"Creating a new query" {bold} "Select the \"Queries\" tab from the main window and press\the \"New\" button.You will need to enter the query name and the SQL command for the query. If\you desire, you could use the " {} "visual query designer" {link visual_designer} "You can design dynamic queries that can include a parameter that will be\provided later at query execution time by using the \[parameter \"message\"\] function\as in the following examples :" {} "select * from people where age <= \[parameter \"Maximum age?\"\]select * from invoices where received_date = '\[parameter \"Invoice date?\"\]' " {code} "Before query execution a popup dialog will be displayed in order to get that\parameter and to substitute it in the query command.Checking the \"save this query as a view\" checkbox will create a new view from\the current query."

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?