|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Parsing in FirebirdSql
Hello. Does anyone knows whether FirebirdSql can support type casting like the ones in Visual C#. For example to change an integer value to string value or vice-versa:
intVal.ToString(); Int32.Parse(stringVal); thanks in advance. |
|
#2
|
||||
|
||||
|
Probably you mean CASTing to a specific datatype like
SELECT CASTA(table.field AS datatype) FROM ...
__________________
My blog Tutorials about OSS databases, DBMonster ... Contribute to OSS Development, fill bug reports! Developer Shed eSupport Commented my.ini/my.cnf (ADD YOUR OWN CONFIG TRICK) An introduction to database normalization Natural or Surrogate key Custom ordering for your results Correlated and uncorrelated subqueries Don't turn your outer joins into inner joins Random data (with a bias) |
![]() |
| Viewing: Dev Shed Forums > Databases > Firebird SQL Development > Parsing in FirebirdSql |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|