Skip to content

[SQL] Following program generates incompilable Rust #1843

Description

@mihaibudiu
create table credit_card_transactions(transaction_time timestamp);

create table my_timer(t timestamp); 

create view recent_transactions as
SELECT * FROM credit_card_transactions
WHERE transaction_time >= (SELECT t FROM my_timer) - INTERVAL 1 DAY;

Metadata

Metadata

Assignees

Labels

SQL compilerRelated to the SQL compilerbugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions