Question : I have a SQL Server 2000 database used by our ERP system. There are many columns that always […]
Tag: virtual-columns
Convert rows into columns MySQL DataBase
Question : I have two tables and I would like to generate a query relating the tables. Until now I […]
“ORA-12899: value too large for column “V_UUID” (actual: 36, maximum: 4000)” when used to generate a Virtual column
Question : I have the following function: CREATE FUNCTION UUID_AS_HEX(bytes IN RAW) RETURN CHAR DETERMINISTIC IS uuid CHAR(36); BEGIN RETURN […]
Creat Temporary Id in SQL Statement
Question : I have a table id name 1 Alpha 2 Alpha 3 Beta 4 Charlie 5 Charlie I want […]
how to add a query to postgres and have it show up as a table
Question : I’m not sure what technology I need because I’m not a DBA, but I’m sure there’s a good […]
Database engine that share a row among multiple tables
Question : I’m wondering whether exists any database engine that can share cells or rows amongst many tables. For example: […]
Obtain virtual column formula with SQL
Question : We want to update the condition of a virtual column and to minimize error posibilites we want to […]
Adding Virtual Column after column x is very slow
Question : In our environment, we usually add and drop generated columns every now and then. There is a very […]
Find columns referenced by virtual column expression
Question : Does anyone know of any Oracle dictionary views that hold references of ‘real’ columns to virtual columns? For […]
Convert rows into columns MySQL DataBase
Question : I have two tables and I would like to generate a query relating the tables. Until now I […]
- 1
- 2