Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
find tax rates for current time period
Language:
Ada
Assembly
Bash
C#
C++ (gcc)
C++ (clang)
C++ (vc++)
C (gcc)
C (clang)
C (vc)
Client Side
Clojure
Common Lisp
D
Elixir
Erlang
F#
Fortran
Go
Haskell
Java
Javascript
Kotlin
Lua
MySql
Node.js
Ocaml
Octave
Objective-C
Oracle
Pascal
Perl
Php
PostgreSQL
Prolog
Python
Python 3
R
Rust
Ruby
Scala
Scheme
Sql Server
Swift
Tcl
Visual Basic
Layout:
Vertical
Horizontal
drop table if exists vat; CREATE TABLE vat (id int auto_increment primary key, startdt date, enddt date, fullrate float, reducedrate float); INSERT INTO vat (startdt,enddt,fullrate,reducedrate) VALUES ('2000-01-01','2020-06-30',.19,.07), ('2020-07-01','2020-12-31',.16,.05), ('2021-01-01','2500-12-31',.19,.07); select * from vat where now() between startdt and enddt
absolute service time: 0,37 sec
edit mode
|
history
|
discussion
id
startdt
enddt
fullrate
reducedrate
1
1
01.01.2000 00:00:00
30.06.2020 00:00:00
0,19
0,07