SELECT EncryptByPassphrase('MyPassPhrase', 'This text will get encrypted')
This will also encrypt but then by passphrase instead of asymmetric(certificate) key or by an explicit symmetric key.