|
Funktionen, T-SQL Funktionen, Transact-SQL Funktionen
Die im
ASE
zur Verfügung stehenden Funktionen stellen eine Möglichkeit dar, um Informationen aus einer
Datenbank
auzusgeben bzw. abzufragen. Sie können im
select,
der
where
Klausel und überall dort wo Ausdrücke, also so genannte
expressions
erlaubt sind und eingesetzt werden vorkommen. Häufig werden Funktionen zum Erstellen von
Stored Procedure,
Batch
oder
Programmen
verwendet.
Funktionstypen
Der ASE stellt folgende Funktionstypen mit unterschiedlichen Aufgaben zur Verfügung.
ASE® Funktionen im Überblick
Aggregate Funktionen
Datatype Konvertierungs Funktionen
Datum und Zeit Funktionen
Mathematische Funktionen
Security Functions
User, Login and Role Functions
String Functions
System Functions
Siehe auch:
Aggregat Funktionen, Mathematische Funktionen, abs(), acos(), ascii(), 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(), data_pages(), data_pgs(), dateadd(), datediff(), datename(), datepart(), date_part, Datum und Zeit Funktionen, day(), db_id(), db_name(), degrees(), derived_stat(), difference(), exp(), explicit conversion - Manuelle Konvertierung von Datentypen, floor(), getdate(), get_appcontext(), hextobigint(), hextoint(), host_id(), host_name(), identity(), identity_burn_max(), implicit conversions, index_col(), index_colorder(), inttohex(), isnull(), is_quiesced(), is_sec_service_on(), lct_admin("logsegment_freepages"), lct_admin("num_logpages"), lct_admin("reserved"), lct_admin("reserved_for_rollbacks"), lct_admin(), license_enabled(), list_appcontext(), lockscheme(), log(), log10(), lower(), ltrim(), max(), min(), month(), mut_excl_roles(), next_identity(), object_id(), object_name(), pageinfo(), 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(), set_appcontext(), showplan_in_xml(), show_role(), show_sec_services(), Sicherheits Funktionen, sign(), sin(), sortkey(), soundex(), space(), sqrt(), str(), String Funktionen, stuff(), style Nummern, substring(), sum(), suser_id(), suser_name(), syb_quit(), syb_sendmsg(), System Funktionen, tan(), tempdb_id(), to_unichar(), tran_dumpable_status(), tsequal(), uhighsurr(), ulowsurr(), upper(), uscalar(), used_pages(), used_pgs(), user, User and Login and Role Functions, user_id(), user_name(), valid_name(), valid_user(), XML Funktionen, year().
|