Reference Guide > TDV Support for SQL Functions > About SQL Functions in TDV
 
About SQL Functions in TDV
When you design a query in the Model panel of the view editor in the Studio Modeler, the SQL of the query is automatically generated and displayed in the SQL panel for the view. You can also use the SQL panel to type SQL statements directly.
Note: Do not use keywords (function names, operator names, and so on) as the names of TDV resources.
In DECIMAL and NUMERIC arguments, p refers to the precision (the combined maximum number of digits that can be stored to the left and the right of the decimal point) and s refers to the scale (the maximum number of digits that can be stored to the right of the decimal point). Scale can be specified only if precision is specified.