|
T-SQL Functions, Transact-SQL Functions, Functions
The functions available in
ASE
provide a possibility to query and display data from a
database
They can be used in
select
statements,
in
where
clauses and whereever so-called
expressions
are allowed and can be used. Often these functions are used to create
stored procedures
or
programmes.
Types of functions
ASE provides the following types of functions with different tasks:
ASE® functions - an overview
Aggregate Functions
Datatype Conversion Functions
Date and Time Functions
Mathematical Functions
Security Functions
User, Login and Role Functions
String Functions
System Functions
See also:
ASE T-SQL - Aggregate Functions, Mathematical Functions, abs(), acos(), ascii(), ASE T-SQL - User, asin(), atan(), atn2(), audit_event_name(), avg(), biginttohex(), bintostr(), cast(), ceiling(), char(), char(n), charindex(), char_length(), col_length(), col_name(), compare(), convert(), cos(), cot(), count(*), count(), count_big(), curunreservedpgs(), datachange(), datalength(), Datatype Conversion Functions, data_pages(), data_pgs(), Date and Time Functions, dateadd(), datediff(), datename(), datepart(), date_part, day(), db_id(), db_name(), degrees(), difference(), exp(), explicit conversion, floor(), getdate(), get_appcontext(), hextobigint(), hextoint(), host_id(), host_name(), identity(), implicit conversions, index_col(), index_colorder(), inttohex(), isnull(), is_sec_service_on(), lct_admin(), license_enabled(), list_appcontext(), lockscheme(), log(), log10(), lower(), ltrim(), max(), min(), month(), mut_excl_roles(), next_identity(), object_id(), object_name(), pagesize(), patindex(), pi(), pointer_size(), power(), proc_role(), ptn_data_pgs(), radians(), rand(), replicate(), reserved_pages(), reserved_pgs(), reverse(), right(), rm_appcontext(), role_contain(), role_id(), role_name(), round(), rowcnt(), row_count(), rtrim(), Security Functions, set_appcontext(), showplan_in_xml(), show_role(), show_sec_services(), sign(), sin(), sortkey(), soundex(), space(), sqrt(), str(), String Functions, stuff(), style numbers, substring(), sum(), suser_id(), suser_name(), syb_sendmsg(), syb_sendmsg(), System Functions, tan(), tempdb_id(), to_unichar(), tran_dumpable_status(), tsequal(), uhighsurr(), ulowsurr(), upper(), uscalar(), used_pages(), used_pgs(), user, user_id(), user_name(), valid_name(), valid_user(), XML Functions, year().
|