How to remove row affected and dashes?
Answer / Sunny Aggarwal
To remove row affected and dashes in Sybase, you can use the REPLACE function. For example, to remove dashes from a varchar variable named str, you would do: DECLARE @str VARCHAR(50) = '--example--'; SELECT REPLACE(@str, '-', '') as result.
| Is This Answer Correct ? | 0 Yes | 0 No |
How would you configure identities in sybase?
You need to remove duplicate rows from a sybase table. How would you do that?
Explain index covering? List its merits.
What is ceiling()?
What is replication in sybase?
How would you lock a table in sybase? What text command will you use for it?
What will happen if we create more indexes on a sysbase iq table?
How to save space when inserting rows monotonically?
Explain the role of replication server in sybase.
What is cmaxpktsz good for in sybase?
What is coalesce in sybase?
When you change a database option when will it come into effect?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)