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
Session is not sticking
SCCM Client Push Installation
Blackberry and MS Exchange Server, email folders are empty on device.
System Center Configuration Manager - Changing the Fallback Status Point address for Internet-based clients
Script that check 2 colums in 2 sheets and hyperlinks. Need a way to check exact match and hyperlink.
Copy what user types in a text filed in to a hidden field
Setting up a proxy have security issues?
pass me a number and return the text
What is the best way to remove unicode character from a tuple in Python w/Sqlite?
Reference Program