Microsoft
Software
Hardware
Network
Question : DB2 Equivalent of CINT & REPLACE
I originally wrote this query in Access...
CInt(Replace(LOWES_T572_SH
P_LCT_GRP.
T162_CGY_S
HT_NME,'DC
',''))
The field returns a DC name like 'DC1234" and I use the CInt and Replace to get rid of DC and convert to an integer.
I'm turning this into a pass-through query and need to replace CInt and Replace with the equivalent syntax for DB2 SQL.
Answer : DB2 Equivalent of CINT & REPLACE
try
Int(Replace(LOWES_T572_SHP
_LCT_GRP.T
162_CGY_SH
T_NME,'DC'
,''))
Random Solutions
UpdateModel will not update
Exchange 2003 Consolidated Report - Forward mail/Distribution Groups etc.
File extensions not visible
providing sql username & password to crystal report in asp.net c#
how to implement the screen which can be in form of grid lines in swings
textBox visiblity on the client side
is it possible to find ip from server logs?
Why the record on my database is incomplete??????
Routing DNS from external to internal addresses
Can a Cisco PIX firewall ver 6.3.5 have two static entries to the same host?