Hi! Could we please enable some services and cookies to improve your experience and our website?
Online Sandbox for SQL and PHP: Write, Run, Test, and Share SQL Queries and PHP Code
<?php
$assets = ['ABC' => 999];
$asset = 'ABC';
$filecontent = "(2231, extract(epoch from '2023.02.06 23:59:00'::timestamp), 10.80, 10.80, 10.79, 10.80),
(2231, extract(epoch from '2023.02.07 00:00:00'::timestamp), 10.79, 10.80, 10.79, 10.79),";
echo rtrim(
$filecontent, ", "
);