Ruslan

Results 5 comments of Ruslan

Actually, no. I came up to MERGE after `InsertOrReplace` throw an error something about identity.

> I have the same issue - metronic theme, BS3. If I take away the margin-right:2px definition in the boostrap.min.css (.nav-tabs > li > a) by browser editing, the last...

The other solution, that helped me is to just add empty tab (without name) to the end of tabs list. No styles or scripts modifications are needed.

Changing `Marker = "A"` to `Marker = Sql.AsSql("A")` gives me what I wanted: ```SQL -- MySql.Official MySql SELECT `t1`.`Id`, `t1`.`Login`, `t1`.`Marker` FROM ( SELECT `x`.`Id`, `x`.`Login`, 'A' as `Marker` FROM...