HI All,<br /><br />I have a database column which type is bytea. It contains floats converted as byte array (4 bytes perone float) and encoding is Escape. I would be able to get corresponding bytea string using substring function.<br /><br/>My question is how can I convert bytea string to float inside a SQL function. Earlier I converted to float in C# side.I used dataReader.getByte method to retrieve bytes and then Converted to float using BitConverter.ToSingle (.Net buildin class) method.<br /><br />Now I can't use intermediate component as Npqsql driver. I want SQL to directly convertbytea into floats and return the corresponding number when execute a query from 3rd party application. <br /><br clear="all"/>Thanks and Regards<br /> Amila Jayasooriya<br /><br />
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера