Top "Delimiter" questions

A delimiter is a sequence of one or more characters used to specify the boundary between separate, independent regions in plain text or other data streams.

The MySQL "DELIMITER" keyword isn't working

Ok so, I've been ripping my hairs ou on this one, why doesn't this work? DELIMITER | CREATE PROCEDURE Decrypt_pw() …

mysql stored-procedures delimiter procedures dbvisualizer
Dynamic SQL Comma-Delimited Value Query

[Update: Using SQL Server 2005] Hi, what I want to do is query my stored procedure with a comma-delimited list of …

sql dynamic-sql delimiter delimited
sed rare-delimiter (other than & | / ?...)

I've to apply the Unix command sed on a string (can contain #, !, /, ?, &, @ and all other characters) which can contains …

sed delimiter