I have a database with AES encrypted data, the encrypted data is stored in BLOBs, but when selecting data with the query below the return is NULL
SELECT aes_decrypt('firstname', 'key') AS firstname, aes_decrypt('lastname', 'key') AS lastname FROM orders