A function defined in a relational database system.
is there mySQL function to convert a date from format dd.mm.yy to YYYY-MM-DD? for example, 03.09.13 -> 2013-09…
mysql sql date format sql-functionI'm trying to create a SQL Function that tests whether a parameter starts with a certain term or contains the …
sql sql-server tsql sql-functionI need to try and find a free seat on a plane, and then reserve that seat. I need to …
oracle plsql sql-functionI want to divide a value of a column by the value of another column and display the result as …
sql sql-functionI need to create a function in SQL server that returns daylight savings time start datetime and daylight savings time …
sql sql-server-2008 dst sql-functionI have a table valued function that returns a table. When I try to JOIN the table-valued function with another …
sql-server function tsql sql-functionI am trying to create a MySQL function using phpMyAdmin and getting this error. #1415 - Not allowed to return a …
mysql sql sql-functionI have created a table valued return function which returns me a table . here is call of my function as …
sql sql-server sql-server-2008 tsql sql-functionWhy do Scalar-valued functions seem to cause queries to run cumulatively slower the more times in succession that they are …
sql sql-server tsql sql-server-2005 sql-functionI have a table as follows cat_id Cat_Name Main_Cat_Id 1 veg null 2 main course 1 3 starter 1 4 Indian 2 5 mexican 2 6 …
sql-server sql-server-2008 sql-function